API Help
Eplan.EplApi.HEServices Namespace / Search Class / AddToSearchDB Method / AddToSearchDB(StorableObject[]) Method
Objects to add.

In This Topic
    AddToSearchDB(StorableObject[]) Method
    In This Topic
    Adds objects to the currently active list of search results.
    Syntax
    public void AddToSearchDB( 
       StorableObject[] storableObjects
    )
    public:
    void AddToSearchDB( 
       array<StorableObject^>^ storableObjects
    ) 

    Parameters

    storableObjects
    Objects to add.
    Exceptions
    ExceptionDescription
    Thrown if null was passed as an argument.
    Thrown in case of invalid arguments (storableObject is not valid).
    \Internal interface for search could not be created.
    The method finished with errors.
    See Also